Fixed gtk_box_size_allocate() for homogeneous boxes
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 9 Apr 2010 01:45:07 +0000 (21:45 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 9 Apr 2010 01:45:07 +0000 (21:45 -0400)
commit7304e4227f62dbaf55deafb9fc53854376165b2a
treebd156c2595114a0daa76a88d4cca6e9e60271aed
parentffffa7361cd86c2e2cde861b009b179192007715
Fixed gtk_box_size_allocate() for homogeneous boxes

gtk_box_size_allocate() was forgetting to fetch the minimum
size for children when allocating in homogeneous mode and then
accessing the uninitialized allocated values in that case, fixed.
gtk/gtkbox.c